Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merges in recent changes from "Node cleanup" branch #18

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

exoticDFT
Copy link
Member

Removes several unneeded files that are remnants of previous challenges. Closes #17

- Removes several older nodes and modules that are no longer used for our AV stack.
- Moves the run_challenge_test module to the utilities directory as this is more appropriate location for the module.
- Removes several of the older launch files that would no longer work.
- Renames the constants file to include the _module notation, to better represent the file type.
- Updates the constants module documentation.
- Adds a license file.
@exoticDFT exoticDFT added Priority: 3 - Normal Moderate priority that may influence functionality or other issues Comp: Core Issues related to the core functionality of the AV stack, e.g. logging, launching, etc. labels Feb 8, 2021
@exoticDFT exoticDFT requested a review from cookiew February 8, 2021 02:47
@exoticDFT exoticDFT self-assigned this Feb 8, 2021
- Removes several unneeded files from the repository.
- Renames controller node file to match the name of the class within.
  - Updates launch file to use this new name.
- Renames possible_paths file to match pep8 standard.
  - Updates files to use this new module name.
- Moves visualization/testing script from root directory to utilities directory.
- Updates the file name of the MCity Challenge Runner program to match the program's name.
- Updates the client/server settings of the ROS AV stack to match what Michigan needs for their challenging vehicles to operate correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Comp: Core Issues related to the core functionality of the AV stack, e.g. logging, launching, etc. Priority: 3 - Normal Moderate priority that may influence functionality or other issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unneeded modules to cleanup code base
1 participant